*** empty log message ***
authorGerd Moellmann <gerd@gnu.org>
Wed, 17 Jan 2001 15:51:32 +0000 (15:51 +0000)
committerGerd Moellmann <gerd@gnu.org>
Wed, 17 Jan 2001 15:51:32 +0000 (15:51 +0000)
src/ChangeLog

index ef20fc4426f781842d13a0ae98a7a26f82e66d33..01f3772db32936484f7b2a853a6cec5b3e484fe7 100644 (file)
@@ -1,5 +1,8 @@
 2001-01-17  Gerd Moellmann  <gerd@gnu.org>
 
+       * xfaces.c (x_face_list_fonts): Call x_list_fonts with SIZE -1,
+       so that scalable fonts are included.
+
        * xterm.c (x_list_fonts): Allow scalable fonts if SIZE is < 0,
        In the cache, use a key containing the information if scalable
        fonts are included.
@@ -7,6 +10,9 @@
 
 2001-01-17  Kim F. Storm  <storm@filanet.dk>
        
+       * xfaces.c (x_face_list_fonts): Use x_list_fonts instead of
+       XListFonts to take advantage of font caching.
+
        * xterm.c (x_list_fonts): Ensure caching font information when
        called for a null frame, which is the case frequently when Emacs
        starts.